The following tables list the members exposed by Series<T,M,A>.
Name | Description | |
---|---|---|
Model | The model for storing configuration information for the series. | |
SeriesModel | Overridden. The model for storing configuration information for the series. |
Name | Description | |
---|---|---|
AreaFillOpacity | Sets the opacity applied to the area fill visual. | |
Brush | Overloaded. Sets the brush to use for the series. | |
DataSourceType | Sets the series model SeriesModel.DataSourceType. | |
DataSourceUrl | Sets the series model SeriesModel.DataSourceUrl. | |
ExpectFunctions | Sets whether the series should expect that properties in its items source may be functions that need to be evaluated to yield their value. This defaults to false, as there will be a subtle performance impact to using this feature. This value must be set before assigning an item's source to take effect. | |
HitTestMode | Method of hit testing to use when pointing to items in this series. | |
IsDefaultToolTipSelected | Gets if the default tooltip has been selected for display. | |
IsDropShadowEnabled | Sets whether drop shadow should be enabled for this series. | |
IsHighlightingEnabled | Sets whether highlighting should be enabled for this series, if this type of series supports highlighting. | |
Legend | the chart legend | |
LegendItemVisibility | Sets the legend item visibility for the current series object. | |
LocalSchemaTransform | ||
Outline | Overloaded. Sets the brush to use for the outline of the series. | |
Resolution | Sets the current series object's rendering resolution. | |
ResponseDataKey | Sets the series model SeriesModel.DataSource. | |
ResponseDataType | Sets the series model SeriesModel.ResponseDataType. | |
ShadowBlur | Sets the shadow blur. | |
ShadowOffsetX | Sets the drop shadow x-offset. | |
ShadowOffsetY | Sets the drop shadow y-offset. | |
ShowTooltip | Sets the series model SeriesModel.ShowTooltip. | |
Thickness | Sets the width of the current series object's line thickness. | |
Title | Sets the series model SeriesModel.Title. | |
TooltipTemplate | Sets the series model SeriesModel.TooltipTemplate. | |
TransitionDuration | Sets the duration of the current series's morph.
This is a dependency property. | |
TransitionInDuration | Sets the duration of the current series's transition in morph.
This is a dependency property. | |
TransitionInSpeedType | Sets the duration of the current series's transition in morph.
This is a dependency property. | |
UseSingleShadow | Sets whether drop shadow is applied to the whole series visual or to each of the individual shapes forming the series. |
View on GitHub